home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / pmake / local.mk < prev    next >
Encoding:
Makefile  |  1990-07-03  |  673 b   |  30 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. SUBDIRS        = lst src 
  9.  
  10. LIBS += -lc_g 
  11.  
  12. #include    <$(SYSMAKEFILE)>
  13.  
  14. #
  15. # Add more install stuff in order to create a symbolic link from
  16. # make to pmake.
  17. #
  18.  
  19. install                :: $(INSTALLDIR).$(TM)/make
  20. $(INSTALLDIR).$(TM)/make    :
  21.     ln -s $(NAME) $(.TARGET)
  22.  
  23. #
  24. # Ditto for a symlink for the documentation
  25. #
  26. install        :: /sprite/doc/pmake
  27.  
  28. /sprite/doc/pmake :
  29.     ln -s /sprite/src/cmds/pmake/doc $(.TARGET)
  30.